home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
ftp-gui.lha
/
FTP-Guide
/
mail
< prev
next >
Wrap
Text File
|
1995-11-12
|
335b
|
13 lines
/* Mail arexx script by Christer Bjarnemo mr.bjarnemo@mn.medstroms.se
*
* Due to the massive developing time, registration fee is $1000! ;-)
*
*/
mailer = "AmiTCP:bin/elm"
/* mailer = "AmiTCP:bin/mailto" */
parse arg email
if name = '' then do ; say 'USAGE: mail name@address' ; say ; quit ; end
address command mailer' 'email